Mention potential integer overflow problems.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2011 22:34:58 +0000 (15:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2011 22:34:58 +0000 (15:34 -0700)
src/ChangeLog

index 97920eac13c43aac6d67d04f437789bd0c21f995..2839323f66a0970762ff1bbeba24ad126e509ce4 100644 (file)
@@ -1,6 +1,7 @@
 2011-04-09  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * charset.c (load_charset_map): <, not <=, for optimization.
+       * charset.c (load_charset_map): <, not <=, for optimization,
+       and to avoid potential problems with integer overflow.
        * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.
        * casetab.c (set_identity, shuffle): Likewise.